home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / do1beta.zip / COLORS.DO < prev    next >
Text File  |  1991-06-12  |  511b  |  33 lines

  1. /*
  2.     background colors
  3. */
  4. #define BLACK 0
  5. #define BLUE 16
  6. #define GREEN 32
  7. #define CYAN 48
  8. #define RED 64
  9. #define MAGNETA 80
  10. #define BROWN 96
  11. #define WHITE 112
  12. #define GREY 8
  13. #define LIGHTBLUE 24
  14. #define LIGHTGREEN 40
  15. #define LIGHTRED 72
  16. #define LIGHTMAGNETA 88
  17. #define YELLOW 104
  18. #define HIWHITE 120
  19.  
  20. /*
  21.     foreground colors
  22. */
  23. #define FBLACK 0
  24. #define FBLUE 1
  25. #define FGREEN 2
  26. #define FCYAN 3
  27. #define FRED 4
  28. #define FMAGNETA 5
  29. #define FBROWN 6
  30. #define FWHITE 7
  31. #define BLINK 128
  32.  
  33.